home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 6 / The Arsenal Files 6 (Arsenal Computer).ISO / windows / unrarw09.exe / BETAREAD.ME next >
Text File  |  1996-03-23  |  4KB  |  112 lines

  1.            ** UNRARWIN 0.9 beta  **
  2.  
  3. 96-03-23 Program renamed to UNRARWIN to match distribution network magic
  4. name. Two changes:-
  5.  
  6. 1) ? button added to invoke help.
  7.  
  8. 2) Flags added to command line options (previously only available
  9.    when running interactively).
  10.  
  11. These changes are recent, and may thus be buggy. The flag options are not
  12. the same as for the DOS UNRAR. A dump from the help file follows:-
  13.  
  14. Command Line
  15.       (using UNRARWIN like a DOS program)
  16. Although UNRARWIN is really intended to be used interactively you can treat it like a DOS program and 
  17. give it command line arguments. The usage is similar, though not identical, to the standard DOS version.
  18.  
  19. UNRARWIN  [command]  [-flag]  archive [extraction list]
  20.  
  21. command can be one of:-
  22. E   extract to current directory
  23. X   extract using stored pathnames
  24. T   test archive integrity
  25. L   list archive contents
  26. V   verbose listing of archive contents
  27.     (default X)
  28.  
  29. flag can be one of:-
  30. R   rename conflicting files
  31. O   overwrite conflicting files
  32. U   update conflicting files (overwrite if newer)
  33. P   preserve conflicting files (opposite of O)
  34.     (default -R)
  35.  
  36. The extraction list is a series of (optionally wildcarded) filenames which are to be extracted. The default is 
  37. ALL.
  38.  
  39.  
  40.  
  41.  
  42.            ** WUNRAR 0.31 beta **
  43.  
  44. 96-03-06 Corrected silly little bug that caused ".Enn" to be requested
  45. instead of ".Rnn" when extracting from multi-volume SFX's.
  46.  
  47.  
  48.            ** WUNRAR 0.3 beta **
  49.  
  50. 96-02-25 Decided that searching for marker header in files with large
  51. SFX stubs was messy and unecessary. Now merely perform a skip to end of
  52. .exe file as indicated in header, and expect marker header to be appended
  53. directly there. Seems to work OK!
  54.  
  55.           ***
  56.  
  57. Should now be able to process SFX files as well as normal archives. EXE
  58. files are automatically identified by the initial "MZ" and the marker
  59. header is then located and used to set the file position before normal
  60. header analysis. File selection dialogue modified to include SFX files
  61. as explicit option.
  62.  
  63. CFJ 96-02-24
  64.  
  65.            ** WUNRAR 0.2 beta **
  66.  
  67. 96-02-23 Corrected bug in unpack code which caused apparent CRC errors
  68. for later members in very large archives (the freeware source had a typo).
  69.  
  70.            ***
  71.  
  72. This now has a functionality much closer to that which one would expect
  73. from an UNRAR. The flag options are currently not supported from command
  74. line. Explicit specification of target extraction directory has been added
  75. since under Win 3.x current working directory is switched when you use a
  76. file selection dialogue. There is still no help or documentation.
  77.  
  78. CFJ 96-02-18
  79.  
  80.            ** WUNRAR 0.1 beta **
  81.  
  82. This is a quick and dirty port of the freeware UNRAR to Win 3.1. When arguments
  83. are given it should behave very much as the DOS UNRAR does. For straight
  84. expansion without frills WUNRAR will close when completed; if a listing option
  85. is given or there are problems then the child window will remain until the
  86. system close ('-' at upper left) is used.
  87.  
  88. If no arguments are given then a dialog box is invoked. Currently the flags
  89. specification is disabled, since the freeware UNRAR code does not appear to
  90. support them and I shall have to enhance it, and the ability to specify
  91. individual files for extraction is also disabled, since I feel that a
  92. multi-selection list box filled from the archive content might be more
  93. appropriate here.
  94.  
  95. Since there is now a pucka WINRAR beta I suspect that WUNRAR should not be too
  96. sophisticated. What do you think? This is a *very* early beta.
  97.  
  98.  
  99. Chris Johnson
  100. 21:04  96-02-12
  101. EDIMatrix BBS
  102. 2:254/87 & 88
  103. edimatrix@cix.compulink.co.uk
  104.  
  105. Note:- technically WUNRAR uses the MSC8 QuickWin Libraries modified to allow
  106. API calls. This makes the .exe larger than it might be since it carries some
  107. unecessary menu & MDI code with it, but provides an excellent framework for
  108. 'windozing' conventional C programs.
  109.  
  110. Unfortunately I cannot distribute these modified libraries, and so there is
  111. little point in making the source code for WUNRAR available.
  112.